home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 106
/
Vol 106.iso
/
games
/
crash_du.swf
/
scripts
/
DefineSprite_143
/
frame_12
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2010-04-12
|
240 b
|
6 lines
play();
duplicateMovieClip(bonnetSmoke,"bonnetSmoke" + smokeCount,16384 + smokeCount);
this["bonnetSmoke" + smokeCount]._x = smokeX + Math.random() * 20;
this["bonnetSmoke" + smokeCount]._y = smokeY + Math.random() * 20;
smokeCount++;